From: Dan Nicolaescu Date: Thu, 27 Aug 2009 07:25:43 +0000 (+0000) Subject: * vc-dir.el (vc-dir-update): Remove debug helper. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10866 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e666c83354f8d536edd5eb1d0fb9421e5d90dcc4;p=emacs.git * vc-dir.el (vc-dir-update): Remove debug helper. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 62fb21f3382..1072caf596b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -34,6 +34,8 @@ 2009-08-27 Dan Nicolaescu + * vc-dir.el (vc-dir-update): Remove debug helper. + * vc-cvs.el (vc-cvs-update-changelog): Fix typo. 2009-08-26 Sam Steingold diff --git a/lisp/vc-dir.el b/lisp/vc-dir.el index 1efd0bc09db..c87366b8294 100644 --- a/lisp/vc-dir.el +++ b/lisp/vc-dir.el @@ -368,7 +368,6 @@ If NOINSERT, ignore elements on ENTRIES which are not in the ewoc." (entrydir (file-name-directory (directory-file-name (expand-file-name entryfile)))) (nodedir (vc-dir-node-directory node))) - (message "entryfile %s entrydir %s" entryfile entrydir) (cond ;; First try to find the directory. ((string-lessp nodedir entrydir)